give names to the custom formats.
authorØyvind Kolås <ok@src.gnome.org>
Sun, 28 Jan 2007 16:53:31 +0000 (16:53 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 28 Jan 2007 16:53:31 +0000 (16:53 +0000)
* extensions/gegl-fixups.c: (init): give names to the custom formats.

svn path=/trunk/; revision=205

ChangeLog
extensions/gegl-fixups.c

index fa2c0eecd821c5de3968a1b46c937003e33d849a..7a71f762dfa32c4602f471f81a0865dd82b723ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-28  Øyvind Kolås  <pippin@gimp.org>
+
+       * extensions/gegl-fixups.c: (init): give names to the custom formats.
+
 2007-01-28  Øyvind Kolås  <pippin@gimp.org>
 
        * AUTHORS: added Michael Natterer as janitor.
index 0264a405228c908e4953c9c3eeef0eb1a53342e7..3b60ba264c64fbc714e88c3c4b48b4d3dfbfde3a 100644 (file)
@@ -496,6 +496,7 @@ init (void)
       babl_component ("A"),
       NULL);
   Babl *bgrA8 = babl_format_new (
+      "name", "B'aG'aR'aA u8",
       babl_model ("R'aG'aB'aA"),
       babl_type  ("u8"),
       babl_component ("B'a"),
@@ -511,6 +512,7 @@ init (void)
       babl_component ("B'"),
       NULL);
   Babl *sdl32 = babl_format_new (
+      "name", "B'aG'aR'aPAD u8",
       babl_model ("R'G'B'"),
       babl_type  ("u8"),
       babl_component ("B'"),